Mongo Go Driver Custom Decoder

In this article, I will show you how to custom the decode function of mongo go driver. We use it to decode the query result from mongodb to struct that we have already set. Right now I have a task to migrate the web app, from Scala to Go. Everything went well until we found … Continue reading Mongo Go Driver Custom Decoder